public class JIDLException extends java.lang.Error implements java.io.Serializable
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Error
|
+--com.idl.javaidl.JIDLException
java.io.Serializable
JIDLAbortedException, JIDLBusyException
An unchecked exception thrown when a call to IDL encounters an error.
getErrorCode()
Get the IDL error code associated with the IDL error.
toString()
equals(Object), getClass(), hashCode(), notify(), notifyAll(), wait(long, int), wait(long, int), wait(long, int)
fillInStackTrace(), getCause(), getLocalizedMessage(), getMessage(), getStackTrace(), initCause(Throwable), printStackTrace(PrintWriter), printStackTrace(PrintWriter), printStackTrace(PrintWriter), setStackTrace(StackTraceElement[])
public long getErrorCode()
Get the IDL error code associated with the IDL error.
public java.lang.String toString()
toString in class Throwable